projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1faa46c
)
changed which html file is piped through to README
author
Øyvind Kolås
<ok@src.gnome.org>
Sun, 21 Aug 2005 18:23:22 +0000
(18:23 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Sun, 21 Aug 2005 18:23:22 +0000
(18:23 +0000)
ChangeLog
patch
|
blob
|
history
docs/Makefile.am
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index cff1b944d378eaebf4a3470872fc44ecb997bac5..8e860b98ad2315cce192e15c8820f8c8d92efbe6 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2005-08-21 Øyvind Kolås <pippin@gimp.org>
+
+ * docs/Makefile.am: Changed which html file is piped through w3m to
+ generate README.
+
2005-08-21 Øyvind Kolås <pippin@gimp.org>
* babl/base/model-grayscale.c: removed
diff --git
a/docs/Makefile.am
b/docs/Makefile.am
index d8917022df21bf013df51b6ef2a83b5098ae5102..b0839113e5a24e577e73609079d9fb8290232d15 100644
(file)
--- a/
docs/Makefile.am
+++ b/
docs/Makefile.am
@@
-32,7
+32,7
@@
index.html: index-static.html $(top_builddir)/tests/babl_html_dump ../AUTHORS ..
$(top_srcdir)/docs/tools/xml_insert.sh $@ AUTHORS $(top_srcdir)/AUTHORS
$(top_srcdir)/docs/tools/xml_insert.sh $@ NEWS $(top_srcdir)/NEWS
- w3m -cols 72 -dump $
<
> ../README
+ w3m -cols 72 -dump $
@
> ../README
distclean-local:
if test $(srcdir) = .; then :; else \